
.rogo {
    text-align: center;
}

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 50px;
    /* background-color: rgb(192, 233, 246); */

}

.price-body {
    margin: 10px;
}

.title {
    color: deeppink;
    text-decoration: underline;

}

.sinki,
.neage,
.reservation-title,
.access-title,
.access-subtitle {
    color: darkorchid;
    text-decoration: underline;
}


table {
    border-collapse: collapse;
}

table,
th,
td {
    border: solid 1px;
}

.dog-breed {
    text-align: left;
}

.price-s,
.price-sc {
    text-align: center;
}

.price-sc-title {
    font-size: 14px;
}



.reservation ul,
.access ul,
.notes ul,
.access2 ul {
    list-style: none;
    padding-left: 0;
}

.reservation li::before,
.access li::before,
.notes li::before,
.access2 li::before {
    content: "🐾 ";
}

/* .map {
    text-align: center;
} */

.price-table,
.price-table2 {
    background-color: rgb(196, 246, 245);
}

.dog-breed,
.price-s,
.price-sc {
    background-color: white;
}

.price-s,
.price-s2,
.price-sc,
.price-sc2 {
    text-align: center;
}

.tanpin-table,
.option-table,
.gup-table {
    margin-top: 20px;

}
.course-table,
.course-table2{
    width: 330px;
    height: 280px;
}

.course-title2 {

    /* font-size: 14.5px; */
    background-color: #FFABCE;
}

.course-title {
    background-color: #FFABCE;
}

.course-contents,
.course-contents2 {
    background-color: #FFD5EC;
}

.course-title,
.course-title2,
.tanpin-title,
.option-title {
    width: 120px;
}

.tanpin-title,
.option-title {
    background-color: rgb(196, 246, 245);
}

.picture {
    width: 100%;
}

.navi li {
    list-style: none;

}

.navi ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    -webkit-appearance: none;
    appearance: none;
}

.line {
    width: 80px;
    height: auto;
    margin: 0 0 0 10px;
}

.line-link {
    display: flex;
    align-items: center;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer {
    text-align: center;
}

.course{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.price-s-title,
.price-sc-title {
    width: 550px;
}

.course-s{
    .course-table,
    .course-table2{
        width: 950px;
        height: 100px;
    }
    margin: 20px 0 20px 0;
}

.tanpin-table,
.option-table,
.gup-table {
    width: 850px;
}


.top-image {
    width: auto;
  background-image: url(./picture/top-dog3.png);
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
}
.map-photo {
    width: 450px;
    height: auto;
    margin-left: 20px;
}

.price-body,
.index-body,
.siagari-body {
    font-size: 19px;

}

.navi{
    font-size: 30px;
}

.map{
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
}

.siagari-body{
    .picture{
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

.sinryoukin{
    font-weight: bold;
    color: red;
    font-size: 40px;
}